Put the trash icon on the right for LTR locales, or on the left for RTL.
authorFederico Mena Quintero <federico@ximian.com>
Fri, 12 Mar 2004 00:13:16 +0000 (00:13 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Fri, 12 Mar 2004 00:13:16 +0000 (00:13 +0000)
2004-03-11  Federico Mena Quintero  <federico@ximian.com>

* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
Put the trash icon on the right for LTR locales, or on the left
for RTL.
(shortcuts_drag_motion_cb): Cancel the idle handler here as well.
(shortcuts_drag_leave_cb): Test whether the idle is present.
(shortcuts_drag_data_received_cb): Ahem, don't assert here.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c

index 0b69b6498fed05fb34a7b65c40d13198769647ad..37cc48e2925676556875ca4361c90939e9f68195 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        for RTL.
        (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
        (shortcuts_drag_leave_cb): Test whether the idle is present.
+       (shortcuts_drag_data_received_cb): Ahem, don't assert here.
 
 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
 
index 0b69b6498fed05fb34a7b65c40d13198769647ad..37cc48e2925676556875ca4361c90939e9f68195 100644 (file)
@@ -5,6 +5,7 @@
        for RTL.
        (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
        (shortcuts_drag_leave_cb): Test whether the idle is present.
+       (shortcuts_drag_data_received_cb): Ahem, don't assert here.
 
 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
 
index 0b69b6498fed05fb34a7b65c40d13198769647ad..37cc48e2925676556875ca4361c90939e9f68195 100644 (file)
@@ -5,6 +5,7 @@
        for RTL.
        (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
        (shortcuts_drag_leave_cb): Test whether the idle is present.
+       (shortcuts_drag_data_received_cb): Ahem, don't assert here.
 
 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
 
index 0b69b6498fed05fb34a7b65c40d13198769647ad..37cc48e2925676556875ca4361c90939e9f68195 100644 (file)
@@ -5,6 +5,7 @@
        for RTL.
        (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
        (shortcuts_drag_leave_cb): Test whether the idle is present.
+       (shortcuts_drag_data_received_cb): Ahem, don't assert here.
 
 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
 
index 0b69b6498fed05fb34a7b65c40d13198769647ad..37cc48e2925676556875ca4361c90939e9f68195 100644 (file)
@@ -5,6 +5,7 @@
        for RTL.
        (shortcuts_drag_motion_cb): Cancel the idle handler here as well.
        (shortcuts_drag_leave_cb): Test whether the idle is present.
+       (shortcuts_drag_data_received_cb): Ahem, don't assert here.
 
 Thu Mar 11 17:51:10 2004  Owen Taylor  <otaylor@redhat.com>
 
index d25577781fe7b04b861ee26a764ca6fe7c1f5769..9f91b1072f0f29e08007fad5a092a40a5ca4a4f0 100644 (file)
@@ -2284,7 +2284,6 @@ shortcuts_drag_data_received_cb (GtkWidget          *widget,
   int bookmarks_index;
 
   impl = GTK_FILE_CHOOSER_DEFAULT (data);
-  g_assert (impl->shortcuts_drag_outside_idle == NULL);
 
   /* Compute position */